home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / more controls! < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.1 KB  |  [TEXT/ttxt]

  1. Subject:     more controls!
  2. Sent:        6/18/96 12:19 AM
  3. Received:    6/18/96 8:48 AM
  4. From:        Bernie Wieser, octavian@agt.net
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8.  
  9. Here are some controls I'd like to see in ODF (so much so I'll probably end
  10. up
  11. writing them).  If they exist already, I have not seen them.
  12.  
  13. 1) invisible button - simple button that inverts its background (in case we
  14. have a bitmap background with special areas  aside for buttons)
  15. 2) bitmap button - a button that has two bitmaps for up/down state
  16. 3) combo box - I am sure you'll have this for Windows :-) but it would be
  17. nice to have one for Macintosh too
  18. 4) slider -
  19. 5) level - (i.e. % done)
  20.  
  21. B.
  22.  
  23. p.s.
  24. Another cool button... once upon a time I wrote a MacOS control (CDEF)
  25. which hooked back into the calling application for its functionality.  This
  26. allowed me to have a somewhat generic wrapper for an OS control, and
  27. implement anything I wanted underneath.  Just a thought.  Probably overkill
  28. if I derive from FW_CControl.
  29.